Skip to content

chore(deps): bump fgrosse/go-coverage-report from 1.2.0 to 1.3.0 in the go-tooling group#141

Merged
bedatty merged 1 commit intodevelopfrom
dependabot/github_actions/develop/go-tooling-4c6a0851f3
Mar 20, 2026
Merged

chore(deps): bump fgrosse/go-coverage-report from 1.2.0 to 1.3.0 in the go-tooling group#141
bedatty merged 1 commit intodevelopfrom
dependabot/github_actions/develop/go-tooling-4c6a0851f3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps the go-tooling group with 1 update: fgrosse/go-coverage-report.

Updates fgrosse/go-coverage-report from 1.2.0 to 1.3.0

Release notes

Sourced from fgrosse/go-coverage-report's releases.

v1.3.0

Changelog

  • e12be79b245a19a6336fd404c85ee077c4806aa7 Add "EVENT_NAME" to Environment Variables (#58)
  • cbeb2ab2e32591d690337146ba02a911cc566f3f Add .envrc to .gitignore
  • 7ce711ced2d25d1fc704be9db6a3e4876c308181 Add RELEASING.md with release process documentation
  • 45c4605513a7da34acc945357da98b4025975536 Add exclude parameter to allow excluding some files from the report (#59)
  • 238549031ae3082c51e8e7527b38027d92bc3b15 Add graceful fallback for missing baseline coverage (#71)
  • 764680f6cbd0b3b85511abe1e3a8ab3789bc8d32 Add structured outputs to the GitHub Action (#74)
  • 3dda317b2b30882e21656aea68a284ed628e6452 Allow triggering Unit tests action manually
  • eb278fd345172149ffd82967c0e1a92547b9d621 Bump default version to v1.3.0 in action.yml and README
  • ae3204f4125161ae4a75780bdb57dec472bfd49c Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#66)
  • c3951d5d738d8cfe2b24d515f5b7d326c43341e0 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#49)
  • e70aa7d8ec6944f8e9577427ceddffce03641b87 Count statments after block deduplication (#72)
  • c30d794375892a2a971ef52261e8a3c46164e615 Release v1.3.0
  • 3756919a8520d1ba621e5fdbb86b6acda5e2f3a9 Update .gitignore
  • 19e74112621884a2f5f854789994e303f9d52dd9 Update CHANGELOG for #72
  • 319492983e62c45dcf8dd412cc99085ad4935a7a Update Go and golangci-lint versions in CI (#50)
  • a6ab3144486abf1db1573421a3c884bd4d5392fa Update goreleaser config to version 2
Changelog

Sourced from fgrosse/go-coverage-report's changelog.

[v1.3.0] - 2026-03-11

  • Add event-name and target-branch inputs to support workflows triggered by events other than pushfgrosse/go-coverage-report#58
  • fgrosse/go-coverage-report#72
  • fgrosse/go-coverage-report#71
  • Add --excludefgrosse/go-coverage-report#59
  • Add structured outputs (total_coverage, coverage_delta, coverage_trend, total_statements, covered_statements, missed_statementsfgrosse/go-coverage-report#64
Commits
  • cbeb2ab Add .envrc to .gitignore
  • a6ab314 Update goreleaser config to version 2
  • 7ce711c Add RELEASING.md with release process documentation
  • eb278fd Bump default version to v1.3.0 in action.yml and README
  • c30d794 Release v1.3.0
  • 764680f Add structured outputs to the GitHub Action (#74)
  • e12be79 Add "EVENT_NAME" to Environment Variables (#58)
  • 45c4605 Add exclude parameter to allow excluding some files from the report (#59)
  • 2385490 Add graceful fallback for missing baseline coverage (#71)
  • 3756919 Update .gitignore
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner March 13, 2026 13:52
@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/go-tooling-4c6a0851f3 branch from 6254e17 to 4c71aba Compare March 16, 2026 11:27
Bumps the go-tooling group with 1 update: [fgrosse/go-coverage-report](https://github.com/fgrosse/go-coverage-report).


Updates `fgrosse/go-coverage-report` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/fgrosse/go-coverage-report/releases)
- [Changelog](https://github.com/fgrosse/go-coverage-report/blob/main/CHANGELOG.md)
- [Commits](fgrosse/go-coverage-report@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: fgrosse/go-coverage-report
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/go-tooling-4c6a0851f3 branch from 4c71aba to ec1c992 Compare March 20, 2026 17:56
@lerian-studio lerian-studio added the size/XS PR changes < 50 lines label Mar 20, 2026
@github-actions github-actions bot added workflow Changes to one or more reusable workflow files golang Changes to Go-related workflows labels Mar 20, 2026
@lerian-studio
Copy link

🔍 Lint Analysis

Check Files Scanned Status
YAML Lint 1 file(s) ✅ success
Action Lint 1 file(s) ❌ failure
Pinned Actions 1 file(s) ✅ success
Markdown Link Check no changes ⏭️ skipped
Spelling Check 1 file(s) ✅ success
Shell Check 1 file(s) ✅ success
README Check 1 file(s) ✅ success
Composite Schema no changes ⏭️ skipped
❌ Failures (1)

Action Lint

.github

  • .github (line 473) — �[31m❌ [actionlint] The command ran successfully and some problem was found (found 0 errors, linted 0 files), exit code: 1�[0m

.github/workflows/go-ci.yml

  • .github/workflows/go-ci.yml (line 171) — shellcheck reported issue in this script: SC2162:info:13:39: read without -r will mangle backslashes
  • .github/workflows/go-ci.yml (line 171) — shellcheck reported issue in this script: SC2086:info:23:43: Double quote to prevent globbing and word splitting
  • .github/workflows/go-ci.yml (line 171) — shellcheck reported issue in this script: SC2086:info:15:15: Double quote to prevent globbing and word splitting
  • .github/workflows/go-ci.yml (line 171) — shellcheck reported issue in this script: SC2086:info:14:13: Double quote to prevent globbing and word splitting

🔍 View full scan logs

Copy link
Contributor

@bedatty bedatty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency update reviewed. Minor bump (1.2.0 → 1.3.0) with new features (exclude param, structured outputs). No breaking changes identified. Auto-approved.

@bedatty bedatty merged commit 1f9c77e into develop Mar 20, 2026
20 of 21 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/develop/go-tooling-4c6a0851f3 branch March 20, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

golang Changes to Go-related workflows size/XS PR changes < 50 lines workflow Changes to one or more reusable workflow files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants